{% extends "header.html" %} {% block real_content %}

Your Orders:


{% for i in orders %} {% endfor %}
OID Address Quantity Total Cost PID
{{i.oid}} {{i['daddress']}} {{i.quantity}} {{i.cost}} {{i.pid}}


{% endblock %}